[XEND] Replace dom with domid.
authoracnt2@huggins.lce.cl.cam.ac.uk <acnt2@huggins.lce.cl.cam.ac.uk>
Thu, 5 Oct 2006 16:29:19 +0000 (17:29 +0100)
committeracnt2@huggins.lce.cl.cam.ac.uk <acnt2@huggins.lce.cl.cam.ac.uk>
Thu, 5 Oct 2006 16:29:19 +0000 (17:29 +0100)
* Also removed stray semicolon
* Fixed whitespace for pciif.py
* Moved DEV_MIGRATE_TEST to xen.xend.__init__.py

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/server/iopif.py
tools/python/xen/xend/server/irqif.py

index 856de378c0eb5d5706ca13509267cd78efa2dcb9..96651a7c95ae69d846083e8736ac91cca80b659e 100644 (file)
@@ -20,7 +20,7 @@
 
 import types
 
-import xen.lowlevel.xc;
+import xen.lowlevel.xc
 
 from xen.xend import sxp
 from xen.xend.XendError import VmError
index 98a2d21a00f705508750b1b4400cda07672d2054..6e539dbab946eeffec0d8204a6b4ea6147821b8c 100644 (file)
@@ -23,7 +23,7 @@
 
 import types
 
-import xen.lowlevel.xc;
+import xen.lowlevel.xc
 
 from xen.xend import sxp
 from xen.xend.XendError import VmError